home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Utilities / Programming / C Reference Card 3.0 / C Reference Card / C Reference Card.rsrc / TEXT_416_16.txt < prev    next >
Encoding:
Text File  |  1997-07-17  |  3.2 KB  |  135 lines

  1. ASCII CHARACTER SET
  2. _________________________________________________________________________
  3.  
  4.  
  5. Dec  Oct  Hex  Key  Mnem   Comments
  6. ---  ---  ---  ---  ----   --------
  7.   0  000   00   ^@   NUL   Null
  8.   1  001   01   ^A   SOH   Start of Heading
  9.   2  002   02   ^B   STX   Start of Text
  10.   3  003   03   ^C   ETX   End of Text
  11.   4  004   04   ^D   EOT   End of Transmission
  12.   5  005   05   ^E   ENQ   Enquiry
  13.   6  006   06   ^F   ACK   Acknowledge
  14.   7  007   07   ^G   BEL   Bell
  15.   8  010   08   ^H   BS    Backspace
  16.   9  011   09   ^I   HT    Horizontal Tab
  17.  10  012   0a   ^J   LF    Linefeed (Newline)
  18.  11  013   0b   ^K   VT    Vertical Tab
  19.  12  014   0c   ^L   FF    Form Feed
  20.  13  015   0d   ^M   CR    Carriage Return
  21.  14  016   0e   ^N   SO    Shift Out
  22.  15  017   0f   ^O   SI    Shift In
  23.  16  020   10   ^P   DLE   Data Link Escape
  24.  17  021   11   ^Q   DC1   Device Control 1
  25.  18  022   12   ^R   DC2   Device Control 2
  26.  19  023   13   ^S   DC3   Device Control 3
  27.  20  024   14   ^T   DC4   Device Control 4
  28.  21  025   15   ^U   NAK   Negative Acknowledgement
  29.  22  026   16   ^V   SYN   Synchronous Idle
  30.  23  027   17   ^W   ETB   End of Transmission Block
  31.  24  030   18   ^X   CAN   Cancel
  32.  25  031   19   ^Y   EM    End of Medium
  33.  26  032   1a   ^Z   SUB   Substitute
  34.  27  033   1b   ^[   ESC   Escape
  35.  28  034   1c   ^\   FS    File Separator
  36.  29  035   1d   ^]   GS    Group Separator
  37.  30  036   1e   ^^   RS    Record Separator
  38.  31  037   1f   ^_   US    Unit Separator
  39.  32  040   20              Space
  40.  33  041   21    !
  41.  34  042   22    "
  42.  35  043   23    #
  43.  36  044   24    $
  44.  37  045   25    %
  45.  38  046   26    &
  46.  39  047   27    '
  47.  40  050   28    (
  48.  41  051   29    )
  49.  42  052   2a    *
  50.  43  053   2b    +
  51.  44  054   2c    ,
  52.  45  055   2d    -
  53.  46  056   2e    .
  54.  47  057   2f    /
  55.  48  060   30    0
  56.  49  061   31    1
  57.  50  062   32    2
  58.  51  063   33    3
  59.  52  064   34    4
  60.  53  065   35    5
  61.  54  066   36    6
  62.  55  067   37    7
  63.  56  070   38    8
  64.  57  071   39    9
  65.  58  072   3a    :
  66.  59  073   3b    ;
  67.  60  074   3c    <
  68.  61  075   3d    =
  69.  62  076   3e    >
  70.  63  077   3f    ?
  71.  64  100   40    @
  72.  65  101   41    A
  73.  66  102   42    B
  74.  67  103   43    C
  75.  68  104   44    D
  76.  69  105   45    E
  77.  70  106   46    F
  78.  71  107   47    G
  79.  72  110   48    H
  80.  73  111   49    I
  81.  74  112   4a    J
  82.  75  113   4b    K
  83.  76  114   4c    L
  84.  77  115   4d    M
  85.  78  116   4e    N
  86.  79  117   4f    O
  87.  80  120   50    P
  88.  81  121   51    Q
  89.  82  122   52    R
  90.  83  123   53    S
  91.  84  124   54    T
  92.  85  125   55    U
  93.  86  126   56    V
  94.  87  127   57    W
  95.  88  130   58    X
  96.  89  131   59    Y
  97.  90  132   5a    Z
  98.  91  133   5b    [
  99.  92  134   5c    \
  100.  93  135   5d    ]
  101.  94  136   5e    ^
  102.  95  137   5f    _
  103.  96  140   60    `
  104.  97  141   61    a
  105.  98  142   62    b
  106.  99  143   63    c
  107. 100  144   64    d
  108. 101  145   65    e
  109. 102  146   66    f
  110. 103  147   67    g
  111. 104  150   68    h
  112. 105  151   69    i
  113. 106  152   6a    j
  114. 107  153   6b    k
  115. 108  154   6c    l
  116. 109  155   6d    m
  117. 110  156   6e    n
  118. 111  157   6f    o
  119. 112  160   70    p
  120. 113  161   71    q
  121. 114  162   72    r
  122. 115  163   73    s
  123. 116  164   74    t
  124. 117  165   75    u
  125. 118  166   76    v
  126. 119  167   77    w
  127. 120  170   78    x
  128. 121  171   79    y
  129. 122  172   7a    z
  130. 123  173   7b    {
  131. 124  174   7c    |
  132. 125  175   7d    }
  133. 126  176   7e    ~
  134. 127  177   7f  DEL
  135.